home *** CD-ROM | disk | FTP | other *** search
AMOS Source Code | 1999-03-19 | 477 b | 16 lines |
- Set Buffer 100
- Extension_8_0456 "df�:tgi/asm/source/fpsinnlo.asm",9
- S$=Peek$(Start(9),Length(9))
- S$= Extension_8_168E(S$,Chr$(13) To "")
- S$= Extension_8_168E(S$,Chr$(10) To Chr$(13)+Chr$(10))
- Open Out 1,"ram:fpsinnlo.asm"
- Print #1,S$;
- Close 1
-
- Extension_8_0456 "df�:tgi/asm/source/frontend.c",9
- S$=Peek$(Start(9),Length(9))
- S$= Extension_8_168E(S$,Chr$(13) To "")
- S$= Extension_8_168E(S$,Chr$(10) To Chr$(13)+Chr$(10))
- Open Out 1,"ram:frontend.c"
- Print #1,S$;
- Close 1